home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 2348 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  6.6 KB

  1. Path: Austria.EU.net!usenet
  2. From: hak@vip.at (Herbert Klackl)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: Re: porting a MUD
  5. Date: 12 Mar 96 02:48:25 +0100
  6. Organization: EUnet EDV DienstleistungsgesmbH, Wien
  7. Message-ID: <6380.6645T168T1252@vip.at>
  8. References: <dkauppDnzwF4.2w0@netcom.com>
  9. NNTP-Posting-Host: ts4.vip.at
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. Hello Blitter (Dave)
  13.  
  14. > Anyway, too my question.... Could someone set me up with the IP crap on
  15. >the install for AmiTCP to just test/run a tcp proggie on localhost only?
  16.  
  17. I typed the following some time ago for a person on the net which also had
  18. trouble starting AmiTCP etc. I hope you can use it to set up AmiTCP on a local
  19. basis.
  20.  
  21. BTW: This "guide" is meant for AmiTCP-demo-40.lha which you can find on Aminet
  22. in comm/tcp
  23.  
  24. ---------------------------------------------------------------------
  25.  
  26.  
  27. -CHAPTER 3      AmiTCP
  28. After unpacking the .lha-file start the "Install_AmiTCP" programm. The program
  29. uses the Commodore/AmiTech-installer which is included, so you should
  30. experience no trouble at this time. I guess the easiest way is install it is
  31. by doing a step-by-step work.
  32.  - Set Installation Mode        -Expert User
  33.  - Installation Options         -Install for Real
  34.                                 -Log File (in case there occurs an error you
  35.                                  can send me the log file)
  36.  - Select directory...          -Choose the directory where to install AmiTCP,
  37.                                  the installer will *not* create a direcory,
  38.                                  so I created one called "AmiTCP"
  39.                                  Selected Drawer= "Work:Connect/AmiTCP"
  40.  - Shows Licence                -Read it :-)
  41.  - Update Sana-II network...    -Yes, if you use one of the following device
  42.                                  drivers:A2060/A2065/rhslip/rhcslip.
  43.                                  Since I assume you use a connection via
  44.                                  ppp.device: No
  45.  - install Napsaterm fonts      -If you want to use Napsaterm: Yes
  46.  - use settings former instal.  -No
  47.  - default user name            -your user name (must be the same as in login
  48.                                  name)
  49.  - login name                   -your login-name (must be the same as in user
  50.                                  name)
  51.  - user ID                      -use recommended value (100)
  52.  - primary group ID             -same as above (100)
  53.  - real name                    -your full name
  54.  - home directory               -for this purpose I created a directory called
  55.                                  "Work:Connect/Home" which I also use as my
  56.                                  download directory.
  57.  - name of command interpreter  -use recommended (shell)
  58.  - Are you sure you want...     -Add loginname
  59.  - After this procedure you will be asked for a password twice. Enter one at
  60.    your leisure if you don't want to be asked every time at bootup you can
  61.    edit it later. (i.e. "Password")
  62.  - network connection dynamic   -Yes! Even if it isn't but only when
  63.                                  connecting through ppp (not slip!) because
  64.                                  handling will be done automatically by
  65.                                  ppp.device!
  66.  - domain name                  -Domain name (Chapter 2)
  67.  - network interface type       -PPP
  68.  - network interface            -ppp
  69.  - default IP address           -0.0.0.0 (will be changed later)
  70.  - destination addres           -1.1.1.1 (will be changed later)
  71.  - netmask of the network       -Netmask (Chapter 2) or leave empty
  72.  - default gateway              -should be 1.1.1.1 (same as destination
  73.                                  address)
  74.  - name server(s)               -IP-Address of DNS (Chapter 2)
  75.                                  DNS are some sort of phonebook. You send the
  76.                                  DNS a symbolic address and it returns to you
  77.                                  the IP-address
  78.                                  (i.e. ftp.wustl.edu - 128.252.135.4)
  79.                                  If you have entered all the DNS-addresses
  80.                                  then enter an empty string.
  81.  - domain names to search       -normally this should be the domain name of
  82.                                  your internet provider
  83.  - change s:user-startup        -Yes,Proceed
  84.  - Inetd started at AmiTCP/IP.. -If you want your machine to react on events
  85.                                  from outside (e.g. AmiTalk): Yes
  86. After this you get two files to read one is the "README.FIRST" the other one
  87. seems to be missing or there is an error in the install script. Anyhow you now
  88. have installed AmiTCP on your machine and should reboot. After this open a
  89. shell and enter "startnet". The following should appear:
  90. login: yourloginname
  91. Password:
  92. Now enter your selected password and a window should appear saying this is the
  93. demo version of AmiTCP 4.0. The "OK" button is ghosted for some seconds. Press
  94. it and a window named "AmiTCP/IP Log" appears. There should be a message:
  95.  
  96.  ...[info ]: iface_find(ppp0): no such interface in AmiTCP:db/interfaces
  97.  
  98. In the shell window there should be something like:
  99. ifconfig: ioctl (SIOCGIFFLAGS): no such interface
  100. add net 0.0.0.0: gateway localhost
  101. add net default: gateway 1.1.1.1: Object exists
  102. If there appears an other error please contact me with the logfile.
  103. Otherwise enter "ping localhost" in your shell. You can stop this programm by
  104. entering ^C. The following output should read like:
  105.  
  106.   PING localhost (127.0.0.1): 56 data bytes
  107.   64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=1 ms
  108.   64 bytes from 127.0.0.1: icmp_seq=1 ttl=255 time=1 ms
  109.   64 bytes from 127.0.0.1: icmp_seq=2 ttl=255 time=1 ms
  110.  
  111.   --- localhost ping statistics ---
  112.   3 packets transmitted, 3 packets received, 0% packet loss
  113.   round-trip min/avg/max = 1/1/1 ms
  114.  
  115. Your output may differ a little bit according after how many lines you stopped
  116. the programm. Important thing is the "0% packet loss", if so you have
  117. successfully installed AmiTCP on a local basis. But since we want to connect
  118. with the outer world we have to continue to the next chapter.
  119.  
  120. BTW: If you want to get rid of the annoying password question when starting
  121. AmiTCP you have to edit "AmiTCP:db/passwd". Your entry should be the
  122. last one. Delete everything between the first and the second "|" so that this
  123. line reads:
  124.   yourloginname||100|100|yourrealname|yourhomedirectory|yourinterpreter
  125.  
  126. ---------------------------------------------------------------------
  127.  
  128. I hope you'll get it all right. If you still have troubles then send me an
  129. email.
  130.  
  131.  
  132.  
  133.  
  134. By Herby
  135. --
  136.  EMail: hak@vip.at       |        R A S T E R        | A4000/030+18MB+1032MB
  137.  IRC:   HAK              | Bubble Bobble Beta-Tester | AUSTRIA, Vienna
  138.  
  139.